type google.golang.org/protobuf/internal/impl.boolConverter

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		convert.go#L101: 			return &boolConverter{t, defVal(fd, boolZero)}
		convert.go#L146: type boolConverter struct {
		convert.go#L151: func (c *boolConverter) PBValueOf(v reflect.Value) protoreflect.Value {
		convert.go#L157: func (c *boolConverter) GoValueOf(v protoreflect.Value) reflect.Value {
		convert.go#L160: func (c *boolConverter) IsValidPB(v protoreflect.Value) bool {
		convert.go#L164: func (c *boolConverter) IsValidGo(v reflect.Value) bool {
		convert.go#L167: func (c *boolConverter) New() protoreflect.Value  { return c.def }
		convert.go#L168: func (c *boolConverter) Zero() protoreflect.Value { return c.def }